projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
defa734
)
(rmail-abort-edit): Call `rmail-highlight-headers'.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 1994 23:09:27 +0000
(23:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 1994 23:09:27 +0000
(23:09 +0000)
lisp/mail/rmailedit.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailedit.el
b/lisp/mail/rmailedit.el
index 1ed73a994cdb7a4afefac1179aa95d8475577c40..92c4e1bf54427dd7bab485d873d13d49a8b0d62c 100644
(file)
--- a/
lisp/mail/rmailedit.el
+++ b/
lisp/mail/rmailedit.el
@@
-115,6
+115,7
@@
to return to regular RMAIL:
(interactive)
(delete-region (point-min) (point-max))
(insert rmail-old-text)
- (rmail-cease-edit))
+ (rmail-cease-edit)
+ (rmail-highlight-headers))
;;; rmailedit.el ends here